home *** CD-ROM | disk | FTP | other *** search
/ Aminet 15 / Aminet 15 - Nov 1996.iso / Aminet / dev / gcc / ixemsdk.lha / man / cat2 / sigpending.0 < prev    next >
Text File  |  1996-09-01  |  1KB  |  33 lines

  1.  
  2. SIGPENDING(2)              UNIX Programmer's Manual              SIGPENDING(2)
  3.  
  4. NNAAMMEE
  5.      ssiiggppeennddiinngg - get pending signals
  6.  
  7. SSYYNNOOPPSSIISS
  8.      ##iinncclluuddee <<ssiiggnnaall..hh>>
  9.  
  10.      _i_n_t
  11.      ssiiggppeennddiinngg(_s_i_g_s_e_t___t _*_s_e_t)
  12.  
  13. DDEESSCCRRIIPPTTIIOONN
  14.      The ssiiggppeennddiinngg function returns a mask of the signals pending for deliv-
  15.      ery to the calling process in the location indicated by _s_e_t. Signals may
  16.      be pending because they are currently masked, or transiently before de-
  17.      livery (although the latter case is not normally detectable).
  18.  
  19. RREETTUURRNN VVAALLUUEESS
  20.      A 0 value indicated that the call succeeded.  A -1 return value indicates
  21.      an error occurred and _e_r_r_n_o is set to indicated the reason.
  22.  
  23. EERRRROORRSS
  24.      The ssiiggppeennddiinngg function does not currently detect any errors.
  25.  
  26. SSEEEE AALLSSOO
  27.      sigaction(2),  sigprocmask(2)
  28.  
  29. SSTTAANNDDAARRDDSS
  30.      The ssiiggppeennddiinngg function is defined by IEEE Std1003.1-1988 (``POSIX'').
  31.  
  32. BSD Experimental               January 12, 1994                              1
  33.